﻿@import url("cmAnimation.css");
html { /*background:url(../skin/html_bg.jpg) repeat-x;*/ }
html{ overflow-x: hidden;}
body { margin:0; padding:0; height:auto;  color:#505050; font:14px/24px Microsoft YaHei; background: #fff; }
div, form, ul, ol, li, span, p, dl, dt, dd, img { margin:0; padding:0; border:0; }
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-size:14px; font-weight:normal; }
ul, ol, li { list-style:none }
table, td, input, textarea { font-size:14px; font-family:Microsoft YaHei; }
button,textarea { font-family:Microsoft YaHei; }
a { color:#000; text-decoration:none; -webkit-transition:color 0.4s ease; -moz-transition:color 0.4s ease; -o-transition:color 0.4s ease; transition:color 0.4s ease }
a:visited { text-decoration:none }
a:hover {
 color: #947c70; text-decoration:none; -webkit-transition:color 0.2s ease; -moz-transition:color 0.2s ease; -o-transition:color 0.2s ease; transition:color 0.2s ease；
}
/*:hover {transition:all 1s cubic-bezier(.19, 1, .22, 1);}*/
a:focus { outline:none; }
*:focus { outline: none; }
img { border:none; display: block; }
.enFont { font-family: Times New Roman; }

.wrapper { position: relative; width: 1260px; margin: 0 auto; }

.cmTopBarBg { background: #0c7236; height: 35px; }
.cmTopBar { line-height: 35px; }
.cmTopBar .t1 { color: #fff; }

.cmHeaderBg { background: #fff; position: relative; z-index: 9995; }
.cmHeader { height: 90px; }
.cmHeader .logo { position: absolute; top: 40px; left:0px; width: 129px; height: 32px; background: url("../skin/logo.png") no-repeat; }
.cmHeader .logo a { display: block; height: 32px; }
.cmHeader .t { position: absolute; top: 44px; right: 0px; width: 200px; height: 24px; text-align: right; color: #ccc; }
.cmHeader .t a { margin-left: 10px; color: #b5b5b5; }
.cmHeader .t a:hover { color: #947c70; }

.cmNav { position: absolute; top: 40px; left: 200px; height: 50px; line-height: 32px; }
.cmNav ul {}
.cmNav ul li { float: left; position: relative; width: 105px; height: 50px; text-align: center; font-size: 16px; }
.cmNav ul li a { display: block; height: 32px; color: #505050; }
.cmNav ul li a.current,
.cmNav ul li a:hover { color: #947c70; }

.cmNav ul li dl { position: absolute; top: 50px; left: 0px; width: 155px; line-height: 30px; text-align: left; display: none; }
.cmNav ul li dl dd { position: relative; font-size: 15px; background: #807b70; padding-left: 10px; margin-bottom: 1px; }
.cmNav ul li dl dd:hover { background: #c19880; }
.cmNav ul li dl dd dl { position: absolute; top: 0px; left: 156px; z-index: 20; }
.cmNav ul li dl dd dl dl { z-index: 30; }
.cmNav ul li dl dd a,.cmNav ul li dl dd a:hover { color: #fff; }

.cmFooterBg { background: #807b6f; padding:35px 0; }
.cmFooter { text-align: center; color: #fff; }
.cmFooter .t { font-size: 18px; }
.cmFooter .t2 { position:absolute; top: 0px; right: 50px; text-align: right; width: 250px; height: 24px; font-size: 12px; }

.cmPage { margin: 50px 0; text-align: center; }
.cmPage a { color: #fff; display: inline-block; height: 30px; line-height: 30px; padding:0 10px; border-radius: 3px; background: #808080; margin: 0 3px; }
.cmPage a:hover,
.cmPage a.current { background: #c09780; }
.cmPage span { float: right; }
.cmPage span a:nth-last-child(1) { margin-right: 0; }

.banner { height: 500px; }
.banner img { margin:auto; }
.banner .swiper-pagination-bullet { margin:0 12px!important; width: 18px; height: 18px; border:1px solid #fff; background: none; opacity:1; }
.banner .swiper-pagination-bullet-active { background: #fff!important; }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {  bottom:20px!important; }


/**/
.cmFloatBox { display: none; position: fixed; top:20px; right: 10px; /*left:50%; margin-left: 660px;*/ width: 85px; z-index: 9995; }
.cmFloatBox .block1 { padding:20px 0; background: rgba(128,128,128,0.6); margin-bottom: 10px; }
.cmFloatBox .block1 ul {}
.cmFloatBox .block1 ul li { height: 24px; line-height: 24px; text-align: center; color: #fff; }
.cmFloatBox .block1 ul li a { color: #fff; font-size: 18px; }
.cmFloatBox .block1 ul li a.current { color: #f00; }
.cmFloatBox .block1 ul li a:hover { color: #f00; }
.cmFloatBox .block1 .cmBtn { position: relative; height: 30px; margin-top: 15px; cursor: pointer; }
.cmFloatBox .block1 .cmBtn span { position: absolute; top: 0px; left: 50%; margin-left: -5px; width: 10px; height: 10px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; }
.cmFloatBox .block1 .cmBtn span
{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmFloatBox .block1 .cmBtn i { position: absolute; top: 10px; left: 50%; margin-left: -5px; width: 10px; height: 10px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; }
.cmFloatBox .block1 .cmBtn i
{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmFloatBox .block1 .cmBtn:hover span,
.cmFloatBox .block1 .cmBtn:hover i { opacity:0.5; }

.cmFloatBox .block2 { background: rgba(128,128,128,0.6); padding-top: 20px; }
.cmFloatBox .block2 .img,
.cmFloatBox .block2 .img { width: 68px; height: 68px; margin:0px auto; }
.cmFloatBox .block2 ul { margin-top: 15px; margin-bottom: 10px; }
.cmFloatBox .block2 ul li { height: 24px; line-height: 24px; text-align: center; color: #fff; }
.cmFloatBox .block2 ul li a { color: #fff; font-size: 14px; }
.cmFloatBox .block2 ul li a.current { color: #807c70; }
.cmFloatBox .block2 ul li a:hover { color: #807c70; }
.cmFloatBox .block2 .cmBtn { height: 36px; line-height: 36px; text-align: center; background: #807c70; }
.cmFloatBox .block2 .cmBtn a { display: block; height: 40px; color: #fff; }
.cmFloatBox .block2 .cmBtn:hover { background: #c00; }

.assets .cmBlock1 .img img,
.estate .cmBlock2 .img img,
.about .cmBlock1 .img img,
.news .cmBlock1 .img img,
.ind .cmBlock1 .img img,
.ind .cmBlock2 .img img
{ transition: all .5s }
.assets .cmBlock1 .img:hover img,
.estate .cmBlock2 .img:hover img,
.about .cmBlock1 .img:hover img,
.news .cmBlock1 .img:hover img,
.ind .cmBlock1 .img:hover img,
.ind .cmBlock2 .img:hover img
{-webkit-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);}



/****/
.ind {}
.ind .cmBlock1Bg { padding-top:50px; }
.ind .cmBlock1 {}
.ind .cmBlock1 .line { position: relative; margin:0 auto; width: 600px; height: 5px; border-top: 1px solid #bdaca3; }
.ind .cmBlock1 .line:before { content: ""; display: block; position: absolute; top: -3px; left: 275px; width: 50px; height: 5px; background: #bdaca3; }
.ind .cmBlock1 .lmT1 { text-align: center; font-size: 36px; color: #c09780; margin-top: 24px; }
.ind .cmBlock1 .lmT2 { text-align: center; font-size: 23px; margin-top: 22px; }
.ind .cmBlock1 .lmMore { text-align: center; }
.ind .cmBlock1 .lmMore a { display: inline-block; width: 128px; height: 26px; line-height: 26px; background: #c09780; border-radius: 100px; font-size: 12px; color: #fff; }
.ind .cmBlock1 .lmMore a:hover { background: #c00; }
.ind .cmBlock1 .block1 { padding:20px; margin-top: 30px; height: 330px; }
.ind .cmBlock1 .block1 ul {}
.ind .cmBlock1 .block1 ul li { position: relative; float: left; width: 173px; margin:0 56px; cursor: pointer; }
.ind .cmBlock1 .block1 ul li .img { position: relative; z-index: 10; width: 173px; height: 173px; border-radius: 200px; overflow: hidden; }
.ind .cmBlock1 .block1 ul li .img img { width: 173px; height: 173px; }
.ind .cmBlock1 .block1 ul li .t {  line-height: 27px; text-align: center; margin-top: 20px; }
.ind .cmBlock1 .block1 ul li .t .t1 {color: #808080;}
.ind .cmBlock1 .block1 ul li .t .t2 { color: #808080; }


.ind .cmBlock2Bg { padding-top:50px; }
.ind .cmBlock2 {}
.ind .cmBlock2 .line { position: relative; margin:0 auto; width: 600px; height: 5px; border-top: 1px solid #bdaca3; }
.ind .cmBlock2 .line:before { content: ""; display: block; position: absolute; top: -3px; left: 275px; width: 50px; height: 5px; background: #bdaca3; }
.ind .cmBlock2 .lmT1 { text-align: center; font-size: 36px; color: #c09780; margin-top: 24px; }
.ind .cmBlock2 .lmT2 { text-align: center; font-size: 23px; margin-top: 22px; }
.ind .cmBlock2 .block0 { margin-top: 30px; height: 36px; text-align: center; }
.ind .cmBlock2 .block0 .lmMore { display: inline-block; }
.ind .cmBlock2 .block1 { margin-top: 40px; height: 286px; background: url("../skin/indBg1.jpg") no-repeat center top; text-align: center; }

.ind .cmBlock2 .block2 { margin-top: 150px; height: 101px; background: url("../skin/indBg2.jpg") no-repeat center top; }
.ind .cmBlock2 .block3 { padding-bottom: 70px; }
.ind .cmBlock2 .block3:after { content: ""; display: block; clear: both; }
.ind .cmBlock2 .block3 .img { float: left; width: 780px; height: 439px; overflow: hidden; }
.ind .cmBlock2 .block3 .img img { width: 780px; height: 439px; }

.ind .cmBlock2 .block3 .t { float: right; width: 435px; padding-top: 110px; }
.ind .cmBlock2 .block3 .t .t1 { position: relative; padding-left: 48px; font-size: 36px; color: #c09780; line-height: 42px; }
.ind .cmBlock2 .block3 .t .t1:before { position: absolute; top:-12px; left: 16px; content: ""; display: block; width: 1px; height: 45px; background: #c09780; }
.ind .cmBlock2 .block3 .t .t2 { position: relative; padding-left: 48px; font-size: 23px; margin-top: 30px; }
.ind .cmBlock2 .block3 .t .t2:before { position: absolute; top:-3px; left: 0px; content: ""; display: block; width: 18px; height: 18px; border:6px solid #c09780; border-radius: 100px; }
.ind .cmBlock2 .block3 .t .t2:after { position: absolute; top:15px; left: 220px; content: ""; display: block; width: 80px; height: 1px; background: #c09780; }
.ind .cmBlock2 .block3 .t .t3 { font-size: 14px; line-height: 28px; color: #808080; margin-top: 60px; }
.ind .cmBlock2 .block3 .t .t4 { margin-top: 65px; }
.ind .cmBlock2 .lmMore { }
.ind .cmBlock2 .lmMore a { text-align: center; display: inline-block; width: 128px; height: 26px; line-height: 26px; background: #c09780; border-radius: 100px; font-size: 12px; color: #fff; }
.ind .cmBlock2 .lmMore a:hover { background: #c00; }
.ind .cmBlock2 .block4 { padding-bottom: 155px; }
.ind .cmBlock2 .block4:after { content: ""; display: block; clear: both; }
.ind .cmBlock2 .block4 .img { float: right; width: 780px; height: 439px; overflow: hidden; }
.ind .cmBlock2 .block4 .img img { width: 780px; height: 439px; }

.ind .cmBlock2 .block4 .t { margin-top: -40px; float: left; width: 435px; }
.ind .cmBlock2 .block4 .t .t1 { margin-left: 115px; position: relative; padding-left: 48px; font-size: 36px; color: #c09780; line-height: 42px; }
.ind .cmBlock2 .block4 .t .t1:before { position: absolute; top:-12px; left: 16px; content: ""; display: block; width: 1px; height: 45px; background: #c09780; }
.ind .cmBlock2 .block4 .t .t2 { margin-left: 115px; position: relative; padding-left: 48px; font-size: 23px; margin-top: 30px; }
.ind .cmBlock2 .block4 .t .t2:before { position: absolute; top:-3px; left: 0px; content: ""; display: block; width: 18px; height: 18px; border:6px solid #c09780; border-radius: 100px; }
.ind .cmBlock2 .block4 .t .t2:after { position: absolute; top:15px; left: 220px; content: ""; display: block; width: 80px; height: 1px; background: #c09780; }
.ind .cmBlock2 .block4 .t .t2_2 { color: #808080; margin-left: 125px; margin-top: 25px; }
.ind .cmBlock2 .block4 .t .t3 { font-size: 14px; line-height: 28px; color: #808080; margin-top: 60px; }
.ind .cmBlock2 .block4 .t .t3 ul { margin-top: 130px; }
.ind .cmBlock2 .block4 .t .t3 ul li { cursor: pointer; }
.ind .cmBlock2 .block4 .t .t3 ul li:hover { color: #c09780; }
.ind .cmBlock2 .block4 .t .t4 { margin-left: 130px; margin-top: 65px; }


/**/
.sub {}
.sub .subBanner { width: 100%; height: 500px; }
.news .subBanner { background: url("../skin/banner_news.jpg") no-repeat center top; }
.about .subBanner { background: url("../skin/banner_about.jpg") no-repeat center top; }
.about1 .subBanner { height: 960px; background: url("../skin/banner_about1.jpg") no-repeat center top; }
.about2 .subBanner { height: 960px; background: url("../skin/banner_about2.jpg") no-repeat center top; }
.about3 .subBanner { height: 960px; background: url("../skin/banner_about3.jpg") no-repeat center top; }
.about4 .subBanner { height: 960px; background: url("../skin/banner_about4.jpg") no-repeat center top; }
.estate .subBanner { background: url("../skin/banner_estate.jpg") no-repeat center top; }
.assets .subBanner { background: url("../skin/banner_assets.jpg") no-repeat center top; }
.cooperation .subBanner { background: url("../skin/banner_cooperation.jpg") no-repeat center top; }
.investment .subBanner { background: url("../skin/banner_investment.jpg") no-repeat center top; }
.contact .subBanner { background: url("../skin/banner_contact.jpg") no-repeat center top; }


.news {}
.news .wrapper { width: 1000px; }
.news .cmBlock1Bg { padding-top: 65px; }
.news .cmBlock1 {}
.news .cmBlock1 .block1 { position: relative; height: 1080px; }
.news .cmBlock1 .block1 ul {}
.news .cmBlock1 .block1 ul li { cursor: pointer; }
.news .cmBlock1 .block1 ul li.b1 { height: 250px; }
.news .cmBlock1 .block1 ul li.b1 .img { float: right; width: 374px; height: 250px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b1 .img img { float: right; width: 374px; height: auto; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b1 .t { position: relative; float: left; width: 603px; height: 250px; background: #e4e4e4; }
.news .cmBlock1 .block1 ul li.b1 .t .t1 { margin:0 35px; margin-top: 60px; font-size: 24px; font-weight: bold; height: 40px; line-height: 40px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b1 .t .t2 { margin:0 35px; margin-top: 10px; font-size: 17px; line-height: 28px; height: 84px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b1 .t .t3 { position: absolute; bottom:20px; right: 20px; width: 128px; }
.news .cmBlock1 .block1 ul li.b2 { position: absolute; top: 271px; left: 0; width: 318px; height: 460px; }
.news .cmBlock1 .block1 ul li.b2 .img { float: left; width: 318px; height: 350px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b2 .img img { float: left; width: auto; height: 350px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b2 .t { position: relative; float: left; width: 318px; height: 111px; background: #e4e4e4; }
.news .cmBlock1 .block1 ul li.b2 .t .t1 { margin:18px; font-size: 16px; font-weight: bold; height: 44px; line-height: 22px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b2 .t .t2 { margin:0 35px; margin-top: 10px; font-size: 17px; line-height: 28px; height: 84px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b2 .t .t3 { position: absolute; bottom:10px; right: 20px; width: 128px; }
.news .cmBlock1 .block1 ul li.b3 { position: absolute; top: 755px; left: 0; width: 318px; height: 322px; }
.news .cmBlock1 .block1 ul li.b3 .img { float: left; width: 318px; height: 350px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b3 .img img { float: left; width: auto; height: 350px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b3 .t { position: relative; float: left; width: 318px; height: 322px; background: #e4e4e4; }
.news .cmBlock1 .block1 ul li.b3 .t .t1 { margin:35px; margin-bottom: 0; font-size: 16px; font-weight: bold; height: 44px; line-height: 22px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b3 .t .t2 { margin:0 35px; margin-top: 10px; font-size: 14px; line-height: 22px; height: 88px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b3 .t .t3 { position: absolute; bottom:10px; right: 20px; width: 128px; }
.news .cmBlock1 .block1 ul li.b4 { position: absolute; top: 271px; left: 340px; width: 318px; height: 322px; }
.news .cmBlock1 .block1 ul li.b4 .img { float: left; width: 318px; height: 350px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b4 .img img { float: left; width: auto; height: 350px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b4 .t { position: relative; float: left; width: 318px; height: 322px; background: #c09780; color: #fff; }
.news .cmBlock1 .block1 ul li.b4 .t .t1 { color: #fff; margin:35px; margin-bottom: 0; font-size: 16px; font-weight: bold; height: 44px; line-height: 22px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b4 .t .t2 { margin:0 35px; margin-top: 10px; font-size: 14px; line-height: 22px; height: 110px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b4 .t .t3 { position: absolute; bottom:10px; right: 20px; width: 128px; }
.news .cmBlock1 .block1 ul li.b5 { position: absolute; top: 616px; left: 340px; width: 318px; height: 460px; }
.news .cmBlock1 .block1 ul li.b5 .img { float: left; width: 318px; height: 350px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b5 .img img { float: left; width: auto; height: 350px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b5 .t { position: relative; float: left; width: 318px; height: 111px; background: #e4e4e4; }
.news .cmBlock1 .block1 ul li.b5 .t .t1 { margin:18px; font-size: 16px; font-weight: bold; height: 44px; line-height: 22px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b5 .t .t2 { margin:0 35px; margin-top: 10px; font-size: 17px; line-height: 28px; height: 84px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b5 .t .t3 { position: absolute; bottom:10px; right: 20px; width: 128px; }
.news .cmBlock1 .block1 ul li.b6 { position: absolute; top: 271px; right: 0px; width: 318px; height: 805px; }
.news .cmBlock1 .block1 ul li.b6 .img { float: left; width: 318px; height: 584px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b6 .img img { float: left; width: auto; height: 584px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b6 .t { position: relative; float: left; width: 318px; height: 222px; background: #e4e4e4; }
.news .cmBlock1 .block1 ul li.b6 .t .t1 { margin:18px 35px 0 35px; font-size: 16px; font-weight: bold; height: 44px; line-height: 22px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b6 .t .t2 { margin:0 35px; margin-top: 10px; font-size: 14px; line-height: 22px; height: 88px; overflow: hidden; }
.news .cmBlock1 .block1 ul li.b6 .t .t3 { position: absolute; bottom:10px; right: 20px; width: 128px; }
.news .cmBlock1 .block1 ul li .t .t1 { color: #807c70; }
.news .cmBlock1 .block1 .lmMore { text-align: center; }
.news .cmBlock1 .block1 .lmMore a { display: inline-block; width: 128px; height: 26px; line-height: 26px; background: #c09780; border-radius: 100px; font-size: 12px; color: #fff; }
.news .cmBlock1 .block1 .lmMore a:hover { background: #c00; }
.news .cmBlock1 .block1 ul li.b2 .lmMore a,
.news .cmBlock1 .block1 ul li.b3 .lmMore a,
.news .cmBlock1 .block1 ul li.b5 .lmMore a,
.news .cmBlock1 .block1 ul li.b6 .lmMore a
 {background: none; color: #c09780; text-align: right; }
.news .cmBlock1 .block1 ul li.b2 .lmMore a:hover,
.news .cmBlock1 .block1 ul li.b3 .lmMore a:hover,
.news .cmBlock1 .block1 ul li.b5 .lmMore a:hover,
.news .cmBlock1 .block1 ul li.b6 .lmMore a:hover 
{ background: none; color: #fff; }
.news .cmBlock1 .block1 ul li.b4 .lmMore a
 { text-align: right; }
.news .cmBlock1 .block1 ul li.b4 .lmMore a:hover
{ background: none; color: #fff; }

.news .cmBlock1 .block2 { text-align: center; margin-top: 20px; margin-bottom: 30px; }
.news .cmBlock1 .block2 span { display: inline-block; cursor: pointer; width: 80px; height: 80px; background: url("../skin/news_more.png") no-repeat; }
.news .cmBlock1 .block2 span:hover { opacity: 0.7; }

.news .cmBlock1 .block3 {}
.news .cmblock1 .block3 ul {}
.news .cmBlock1 .block3 ul li { margin:10px 0; height: 60px; background: #f3f3f3; }
.news .cmBlock1 .block3 ul li .date { text-align: center; font-size: 12px; float: left; width: 60px; height: 60px; line-height: 20px; background: #b4b4b4; color: #fff; }
.news .cmBlock1 .block3 ul li .date span { font-size: 30px; display: block; margin:0 5px; border-bottom: 1px solid #fff; width: 50px; height: 36px; line-height: 36px; text-align: center; }
.news .cmBlock1 .block3 ul li .tips { font-family: "simsun"; float: right; width: 60px; height: 60px; line-height: 60px; border-left:3px solid #fff; text-align: center; font-size: 40px; color: #b4b4b4; }
.news .cmBlock1 .block3 ul li .tit { float: left; font-size: 22px; height: 22px; line-height: 22px; margin:19px; overflow: hidden; }
.news .cmBlock1 .block3 ul li a { display: block; height: 60px; }
.news .cmBlock1 .block3 ul li:hover .date { background: #c09780; }
.news .cmBlock1 .block3 ul li:hover .tips { color: #c09780; }



/**/
.about {}
.about .cmBlock1Bg { padding-top: 65px; padding-bottom: 110px; }
.about .cmBlock1 { width: 897px; }
.about .cmBlock1 .block1 { position: relative; height: 883px; }
.about .cmBlock1 .block1 ul {}
.about .cmBlock1 .block1 ul li { cursor: pointer; }
.about .cmBlock1 .block1 ul li.b1 { position: absolute; top: 0px; left:0px; width: 437px; height: 316px; }
.about .cmBlock1 .block1 ul li.b1 .img,
.about .cmBlock1 .block1 ul li.b1 .img img { float: right; width: 437px; height: 316px; overflow: hidden; }
.about .cmBlock1 .block1 ul li.b1 .t { position: relative; float: left; width: 437px; height: 226px; background: #e4e4e4; }
.about .cmBlock1 .block1 ul li.b1 .t .t1 { margin-left: 60px; margin-top: 35px;  font-size: 36px; height: 40px; line-height: 40px; overflow: hidden; color: #807b70; }
.about .cmBlock1 .block1 ul li.b1 .t .t2 { margin-left: 60px; margin-top: 10px; font-size: 23px; line-height: 28px; height: 84px; overflow: hidden; color: #7b7a7b; }
.about .cmBlock1 .block1 ul li.b1 .t .t3 { margin-left: 60px;  width: 128px; }
.about .cmBlock1 .block1 ul li.b2 { position: absolute; top: 338px; left:460px; width: 437px; height: 316px; z-index: 10; }
.about .cmBlock1 .block1 ul li.b2 .img,
.about .cmBlock1 .block1 ul li.b2 .img img { float: right; width: 437px; height: 316px; overflow: hidden; }
.about .cmBlock1 .block1 ul li.b2 .t { position: relative; float: left; width: 437px; height: 226px; background: #e4e4e4; }
.about .cmBlock1 .block1 ul li.b2 .t .t1 { margin-left: 60px; margin-top: 35px;  font-size: 36px; height: 40px; line-height: 40px; overflow: hidden; color: #807b70; }
.about .cmBlock1 .block1 ul li.b2 .t .t2 { margin-left: 60px; margin-top: 10px; font-size: 23px; line-height: 28px; height: 84px; overflow: hidden; color: #7b7a7b; }
.about .cmBlock1 .block1 ul li.b2 .t .t3 { margin-left: 60px;  width: 128px; }
.about .cmBlock1 .block1 ul li.b3 { position: absolute; top: 565px; left:0px; width: 896px; height: 316px; }
.about .cmBlock1 .block1 ul li.b3 .img { position: absolute; top: -564px; right: 0px; width: 437px; height: 316px; overflow: hidden; }
.about .cmBlock1 .block1 ul li.b3 .img img { float: right; width: 437px; height: 316px; overflow: hidden; }
.about .cmBlock1 .block1 ul li.b3 .t { position: relative; float: left; width: 437px; height: 316px; background: #e4e4e4; }
.about .cmBlock1 .block1 ul li.b3 .t .t1 { margin-left: 60px; margin-top: 90px;  font-size: 36px; height: 40px; line-height: 40px; overflow: hidden; color: #807b70; }
.about .cmBlock1 .block1 ul li.b3 .t .t2 { margin-left: 60px; margin-top: 10px; font-size: 23px; line-height: 28px; height: 84px; overflow: hidden; color: #7b7a7b; }
.about .cmBlock1 .block1 ul li.b3 .t .t3 { margin-left: 60px;  width: 128px; }
.about .cmBlock1 .block1 ul li.b4 { position: absolute; top: 0px; right:0px; width: 361px; height: 882px; display: none; }
.about .cmBlock1 .block1 ul li.b4 .img,
.about .cmBlock1 .block1 ul li.b4 .img img { float: right; width: 361px; height: 656px; overflow: hidden; }
.about .cmBlock1 .block1 ul li.b4 .t { position: relative; float: left; width: 361px; height: 226px; background: #e4e4e4; }
.about .cmBlock1 .block1 ul li.b4 .t .t1 { margin-left: 40px; margin-top: 35px;  font-size: 36px; height: 40px; line-height: 40px; overflow: hidden; color: #807b70; }
.about .cmBlock1 .block1 ul li.b4 .t .t2 { margin-left: 40px; margin-top: 10px; font-size: 23px; line-height: 28px; height: 84px; overflow: hidden; color: #7b7a7b; }
.about .cmBlock1 .block1 ul li.b4 .t .t3 { margin-left: 40px;  width: 128px; }
.about .cmBlock1 .block1 .lmMore { text-align: center; }
.about .cmBlock1 .block1 .lmMore a,
.about .cmBlock1 .block1 .lmMore span
 { display: inline-block; width: 128px; height: 26px; line-height: 26px; background: #c09780; border-radius: 100px; font-size: 12px; color: #fff; }
.about .cmBlock1 .block1 .lmMore a:hover,
.about .cmBlock1 .block1 .lmMore span:hover
 { background: #c00; }

.about1 {}
.about1 .wrapper { width: 1000px; }
.about1 .cmBlock1Bg { padding-top: 65px; padding-bottom: 110px; }
.about1 .cmBlock1 {}
.about1 .cmBlock1 .block1 { position: relative; }
.about1 .cmBlock1 .block1 { float: left; width: 710px; }
.about1 .cmBlock1 .block1 .lmName { height: 36px; line-height: 36px; color: #fff; padding-left: 20px; font-size: 22px; background: url("../skin/about1bg.jpg") no-repeat; }
.about1 .cmBlock1 .block1 .content { margin:30px; font-size: 14px; line-height: 28px; }
.about1 .cmBlock1 .block1 .content p { margin:15px 0; }
.about1 .cmBlock1 .block2 { float: right; width: 283px; height: 325px; }

.about2 {}
.about2 .wrapper { width: 1000px; }
.about2 .cmBlock1Bg { padding-top: 65px; }
.about2 .cmBlock1 {}
.about2 .cmBlock1 .block1 { position: relative; }
.about2 .cmBlock1 .block1 { float: left; width: 710px; }
.about2 .cmBlock1 .block1 .lmName { height: 36px; line-height: 36px; color: #fff; padding-left: 20px; font-size: 22px; background: url("../skin/about1bg.jpg") no-repeat; }
.about2 .cmBlock1 .block1 .content { margin:30px; margin-right: 290px; font-size: 14px; line-height: 28px; }
.about2 .cmBlock1 .block1 .content p { margin:15px 0; }

.about2 .cmBlock1 .block2 { float: right; width: 283px; height: 325px; position: relative; }
.about2 .cmBlock1 .block2 img { position: absolute; top: 60px; right: 0px; width: 485px; height: 211px; }
.about2 .cmBlock2Bg { padding-top: 65px; padding-bottom: 110px; }
.about2 .cmBlock2 {}
.about2 .cmBlock2 .block1 { position: relative; }
.about2 .cmBlock2 .block1 { float: right; width: 650px; }
.about2 .cmBlock2 .block1 .lmName { height: 36px; line-height: 36px; color: #fff; padding-left: 20px; font-size: 22px; background: url("../skin/about1bg.jpg") no-repeat; }
.about2 .cmBlock2 .block1 .content { margin:30px; font-size: 14px; line-height: 28px; }
.about2 .cmBlock2 .block1 .content p { margin:15px 0; }
.about2 .cmBlock2 .block2 { float: left; width: 283px; height: 325px; }

.about3 {}
.about3 .wrapper { width: 1000px; }
.about3 .cmBlock1Bg { padding-top: 65px; padding-bottom: 110px; }
.about3 .cmBlock1 {}
.about3 .cmBlock1 .block1 { position: relative; }
.about3 .cmBlock1 .block1 ul {}
.about3 .cmBlock1 .block1 ul li { padding-top: 20px; }
.about3 .cmBlock1 .block1 ul li:after { content: ""; display: block; clear: both; }
.about3 .cmBlock1 .block1 ul li .year { float: left; width: 198px; }
.about3 .cmBlock1 .block1 ul li .year span { display: block; text-align: center; width: 198px; height: 37px; line-height: 37px; font-size: 22px; font-weight: bold; color: #fff; background: #817c70; }
.about3 .cmBlock1 .block1 ul li .tit { float: right; width: 695px; padding-left: 85px; padding-bottom: 20px; border-bottom: 1px solid #cbbfb8; font-size: 14px; line-height: 28px; }
.about3 .cmBlock1 .block2 { height: 222px; }

.about4 {}
.about4 .wrapper { width: 1000px; }
.about4 .cmBlock1Bg { padding-top: 65px; padding-bottom: 110px; }
.about4 .cmBlock1 {}
.about4 .cmBlock1 .block1 { position: relative; }
.about4 .cmBlock1 .block1 ul {}
.about4 .cmBlock1 .block1 ul li { padding-top: 20px; }
.about4 .cmBlock1 .block1 ul li:after { content: ""; display: block; clear: both; }
.about4 .cmBlock1 .block1 ul li .year { float: left; width: 198px; }
.about4 .cmBlock1 .block1 ul li .year span { display: block; text-align: center; width: 198px; height: 37px; line-height: 37px; font-size: 22px; font-weight: bold; color: #fff; background: #817c70; }
.about4 .cmBlock1 .block1 ul li .tit { float: right; width: 695px; padding-left: 85px; padding-bottom: 20px; border-bottom: 1px solid #cbbfb8; font-size: 22px; line-height: 28px; }


/**/
.estate {}
.estate .wrapper { width: 1400px; }
.estate .cmBlock0Bg { background: url("../skin/estateBg0.jpg") no-repeat center top; }
.estate .cmBlock0 { height: 804px;}
.estate .cmBlock0 .block1 { position: absolute; top: 150px; left: 240px; width: 300px; height: 300px; }

.estate .cmBlock0 .block1 .t { position: relative; float: left; width: 477px; height: 328px; }
.estate .cmBlock0 .block1 .t .t1 { margin:20px 0;  font-size: 14px; height: 20px; line-height: 20px; overflow: hidden; color: #505050; }
.estate .cmBlock0 .block1 .t .t2 { font-size: 24px; line-height: 30px; height: 30px; overflow: hidden; color: #000; }
.estate .cmBlock0 .block1 .t .t3 { width: 128px; }
.estate .cmBlock0 .block1 .lmMore { text-align: center; }
.estate .cmBlock0 .block1 .lmMore a { display: inline-block; width: 128px; height: 26px; line-height: 26px; background: #c09780; border-radius: 100px; font-size: 12px; color: #fff; }
.estate .cmBlock0 .block1 .lmMore a:hover { background: #c00; }

.estate .cmBlock0 .block2 { position: absolute; top: 135px; left: 454px; width: 740px; height: 155px; }
.estate .cmBlock0 .block2 span { float: left; width: 245px; height: 155px; border-right: 1px solid #d6c2c0; cursor: pointer; }
.estate .cmBlock0 .block2 span:nth-last-child(1) { border:none; }
.estate .cmBlock0 .block2 span.ee1 { background: url("../skin/ee1.jpg") no-repeat; }
.estate .cmBlock0 .block2 span.ee2 { background: url("../skin/ee2.jpg") no-repeat; }
.estate .cmBlock0 .block2 span.ee3 { background: url("../skin/ee3.jpg") no-repeat; }


.estate .cmBlock1Bg { background: #efefef; }
.estate .cmBlock1 { padding-top: 20px;}
.estate .cmBlock1 .block1 { position: relative; height: 767px; background: url("../skin/map.jpg") no-repeat left center; }
.estate .cmBlock1 .block1 .tit { position: absolute; top: 100px; left: 380px; width: 500px; }
.estate .cmBlock1 .block1 .tit .t1 {font-size: 24px;}
.estate .cmBlock1 .block1 .tit .t2 {font-size: 14px;margin-top: 20px;color: #505050;}
.estate .mapCity {}
.estate .mapCity li {position: absolute;font-size: 16px;color: #000; cursor: pointer;}
.estate .mapCity li.chengdu {top: 473px;left: 423px;color: #fff;}
.estate .mapCity li.eerduosi {top: 271px;left: 494px;color: #fff;}
.estate .mapCity li.haikou {top: 679px;left: 542px;color: #fff;}
.estate .mapCity li.langfang {top: 296px;left: 618px;color: #fff;}
.estate .mapCity li.qingdao {top: 336px;left: 670px;color: #fff;}
.estate .mapCity li.yantai {top: 293px;left: 711px;}
.estate .mapCity li.changchun {top: 164px;left: 723px;color: #fff;}
.estate .mapCity li.jilin {top: 186px;left: 768px;color: #fff;}
.estate .mapCity li.yangzhou {top: 334px;left: 770px;}
.estate .mapCity li.nanjing {top: 358px;left: 770px;}
.estate .mapCity li.nantong {top: 382px;left: 770px;}
.estate .mapCity li.haimen {top: 407px;left: 770px;}
.estate .mapCity li.shanghai {top: 430px;left: 770px;}
.estate .mapCity li.jiaxing {top: 455px;left: 770px;}
.estate .mapCity li.hangzhou {top: 479px;left: 770px;}
.estate .mapCity li.mudefang {top: 629px;left: 1029px;}
.estate .mapCity li:hover { color: #c00; }
.estate .mapCity li.current { color: #c00; }
.estate .feizhou {position: absolute;bottom: 140px;right: 261px;width: 100px;height: 50px;line-height: 50px;font-size: 24px;}
/*.estate .cmBlock1 .block1 { position: relative; height: 750px; }
.estate .cmBlock1 .block1 .tit { position: absolute; top: 100px; left: 330px; width: 500px; }
.estate .cmBlock1 .block1 .tit .t1 { font-size: 22px; }
.estate .cmBlock1 .block1 .tit .t2 { margin-top: 20px; }
.estate .cmBlock1 .block1 .haiwai { position: absolute; bottom:40px; right: 120px; width: 205px; height: 205px;  background: url("../skin/haiwai.png") no-repeat; }
.estate .cmBlock1 .block1 .haiwai span {cursor: pointer; z-index: 99; content: ""; display: block; position: absolute; bottom: 8px; left: 95px; width: 45px; height: 35px; }
.estate .cmBlock1 .block1 .haiwai span:hover { background: url("../skin/haiwai2.png") no-repeat; }*/
/**/
/* 提示自定义 */

.stateTip, #StateTip { display: none; text-align: center; width: auto!important; line-height: 30px; position: absolute; padding: 8px; background: #fff; border: 2px solid #ddd; -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px; font-size: 14px; color: #333; }

.casesListBox { position: absolute; top:100px; right: 10px;  width: 505px; background: #fff; padding:10px; border:1px solid #ddd; }
.casesListBox .guanbi { position: absolute; top: 15px; right: 15px; width: 30px; height: 30px; line-height: 30px; text-align: center; background: #f5f5f5; border-radius: 5px; cursor: pointer; }
.casesListBox .guanbi:hover { background: #ccc; }
.casesListBox ul {}

.casesListBox ul li { cursor: pointer; position: relative; height: 160px; overflow: hidden; margin-bottom: 10px; background: #d1d0cf; }
.casesListBox ul li:after { content: ""; display: block; clear: both; }
.casesListBox ul li .img,
.casesListBox ul li .img img { float: left; width: 160px; height: 160px; }
.casesListBox ul li .t { float: left; width: 305px; margin-left:20px; }
.casesListBox ul li .t .t1 { font-size: 20px; height: 22px; line-height: 22px; margin-top: 10px; font-weight: bold; color: #807c70; border-bottom: 1px solid #807c70; padding-bottom: 5px; margin-bottom: 5px; }
.casesListBox ul li .t .t2 { font-size: 12px; line-height: 21px; }
.casesListBox ul li .t .t3 { position: absolute; bottom: 10px; right: 15px; width: 128px; }
.casesListBox ul li .t .t3 .lmMore { text-align: center; }
.casesListBox ul li .t .t3 .lmMore a { display: inline-block; width: 128px; height: 26px; line-height: 26px; background: #c09780; border-radius: 100px; font-size: 12px; color: #fff; }
.casesListBox ul li .t .t3 .lmMore a:hover { background: #c00; }
.casesListBox .page2 { text-align: center; }
.casesListBox .page2 span { cursor: pointer; display: inline-block; margin:0 5px; }
.casesListBox .page2 span:hover { color: #c09780; }

.casesListBox .cmTabTit2 { height: 50px; }
.casesListBox .cmTabTit2 span { height: 36px; line-height: 36px; display: inline-block; margin-right: 15px; padding:0 20px; background: #f5f5f5; border-radius: 100px; cursor: pointer; }
.casesListBox .cmTabTit2 span.current,.casesListBox .cmTabTit2 span:hover { background: #c09780; color: #fff; }

.estate .cmBlock2Bg {padding:60px 0 130px 0; background: #e4e4e4; }
.estate .cmBlock2 { width: 1400px; position: relative; margin:0 auto; }
.estate .cmBlock2 .block1 { position: relative; margin-left: 180px; width: 1220px; height: 542px; }
.estate .cmBlock2 .block1 ul {}
.estate .cmBlock2 .block1 ul li { cursor: pointer; }
.estate .cmBlock2 .block1 ul li.b1 { position: absolute; top: 0px; left:0px; width: 447px; height: 542px; }
.estate .cmBlock2 .block1 ul li.b1 .img,
.estate .cmBlock2 .block1 ul li.b1 .img img { float: right; width: 447px; height: 214px; overflow: hidden; }
.estate .cmBlock2 .block1 ul li.b1 .t { position: relative; float: left; width: 477px; height: 328px; }
.estate .cmBlock2 .block1 ul li.b1 .t .t1 { margin-left: 45px; margin-top: 35px;  font-size: 36px; height: 40px; line-height: 40px; overflow: hidden; color: #807b70; }
.estate .cmBlock2 .block1 ul li.b1 .t .t2 { margin-left: 45px; margin-top: 100px; font-size: 23px; line-height: 28px; height: 84px; overflow: hidden; color: #7b7a7b; }
.estate .cmBlock2 .block1 ul li.b1 .t .t3 { margin-left: 45px;  width: 128px; }
.estate .cmBlock2 .block1 ul li.b2 { position: absolute; top: 0px; right:0px; width: 738px; height: 542px; }
.estate .cmBlock2 .block1 ul li.b2 .img,
.estate .cmBlock2 .block1 ul li.b2 .img img { float: right; width: 738px; height: 542px; overflow: hidden; }
.estate .cmBlock2 .block1 .lmMore { text-align: center; }
.estate .cmBlock2 .block1 .lmMore a { display: inline-block; width: 128px; height: 26px; line-height: 26px; background: #c09780; border-radius: 100px; font-size: 12px; color: #fff; }
.estate .cmBlock2 .block1 .lmMore a:hover { background: #c00; }


/**/
.assets {}
.assets .wrapper { width: 1000px; }
.assets .cmBlock1Bg { padding-top: 65px; padding-bottom: 110px; }
.assets .cmBlock1 {}
.assets .cmBlock1 .block1 { position: relative; height: 880px; }
.assets .cmBlock1 .block1 ul {}
.assets .cmBlock1 .block1 ul li { cursor: pointer; }
.assets .cmBlock1 .block1 ul li.b1 { position: absolute; top: 0px; left:0px; width: 485px; height: 270px; }
.assets .cmBlock1 .block1 ul li.b1 .img,
.assets .cmBlock1 .block1 ul li.b1 .img img { float: right; width: 485px; height: 270px; overflow: hidden; }
.assets .cmBlock1 .block1 ul li.b2 { position: absolute; top: 300px; left:0px; width: 485px; height: 580px; }
.assets .cmBlock1 .block1 ul li.b2 .img,
.assets .cmBlock1 .block1 ul li.b2 .img img { float: right; width: 485px; height: 365px; overflow: hidden; }
.assets .cmBlock1 .block1 ul li.b2 .t { position: relative; float: left; width: 485px; height: 215px; background: #e4e4e4; }
.assets .cmBlock1 .block1 ul li.b2 .t .t1 { margin-left: 60px; margin-top: 35px;  font-size: 36px; height: 40px; line-height: 40px; overflow: hidden; color: #807b70; }
.assets .cmBlock1 .block1 ul li.b2 .t .t2 { margin-left: 60px; margin-top: 10px; font-size: 23px; line-height: 28px; height: 84px; overflow: hidden; color: #7b7a7b; }
.assets .cmBlock1 .block1 ul li.b2 .t .t3 {}
.assets .cmBlock1 .block1 ul li.b3 { position: absolute; top: 0px; right:0px; width: 485px; height: 580px; }
.assets .cmBlock1 .block1 ul li.b3 .img,
.assets .cmBlock1 .block1 ul li.b3 .img img { float: right; width: 485px; height: 365px; overflow: hidden; }
.assets .cmBlock1 .block1 ul li.b3 .t { position: relative; float: left; width: 485px; height: 215px; background: #e4e4e4; }
.assets .cmBlock1 .block1 ul li.b3 .t .t1 { margin-left: 60px; margin-top: 30px;  font-size: 36px; height: 40px; line-height: 40px; overflow: hidden; color: #807b70; }
.assets .cmBlock1 .block1 ul li.b3 .t .t2 { margin-left: 60px; margin-top: 10px; font-size: 23px; line-height: 28px; height: 84px; overflow: hidden; color: #7b7a7b; }
.assets .cmBlock1 .block1 ul li.b3 .t .t3 {  }
.assets .cmBlock1 .block1 ul li.b4 { position: absolute; top: 610px; right:0px; width: 485px; height: 270px; }
.assets .cmBlock1 .block1 ul li.b4 .t { position: relative; float: left; width: 485px; height: 270px; background: #e4e4e4; }
.assets .cmBlock1 .block1 ul li.b4 .t .t1 { margin-left: 60px; margin-top: 35px;  font-size: 36px; height: 40px; line-height: 40px; overflow: hidden; color: #807b70; }
.assets .cmBlock1 .block1 ul li.b4 .t .t2 { margin-left: 60px; margin-top: 10px; font-size: 23px; line-height: 28px; height: 84px; overflow: hidden; color: #7b7a7b; }
.assets .cmBlock1 .block1 ul li.b4 .t .t3 {}
.assets .cmBlock1 .block1 .lmMore { position: absolute; bottom:30px; right: 60px; width: 128px; text-align: center; }
.assets .cmBlock1 .block1 .lmMore a { display: inline-block; width: 128px; height: 26px; line-height: 26px; background: #c09780; border-radius: 100px; font-size: 12px; color: #fff; }
.assets .cmBlock1 .block1 .lmMore a:hover { background: #c00; }



/**/
.cooperation {}
.cooperation .wrapper { width: 1000px; }
.cooperation .cmBlock1Bg { padding-top: 65px; padding-bottom: 110px; }
.cooperation .cmBlock1 {}
.cooperation .cmBlock1 .cmTabTit { width: 1060px; height: 60px; margin-left: -30px; }
.cooperation .cmBlock1 .cmTabTit span { cursor: pointer; position: relative; float: left; width: 470px; height: 60px; line-height: 60px; background: #808080; color: #fff; font-size: 30px; text-align: center; margin:0 30px; }
.cooperation .cmBlock1 .cmTabTit span.current { background: #c09780; }
.cooperation .cmBlock1 .cmTabTit span.current:before { content: ""; display: block; position: absolute; top: 45px; left: 50%; margin-left: -30px; }
.cooperation .cmBlock1 .cmTabTit span.current:before{
width: 0px; height: 0px; 
border:30px solid #c09780; border-color:#c09780 transparent transparent transparent;
}
.cooperation .cmBlock1 .cmTabTit span a { color: #fff; display: block; height: 60px; }
.cooperation .cmBlock1 .cmTabTit span a:hover {background: #c09780;}
.cooperation .cmBlock1 .block1 { margin-top: 50px; }
.cooperation .cmBlock1 .block1 .txtTab { background: #e4e4e4;  }
.cooperation .cmBlock1 .block1 .txtTab .t {padding:130px 45px 45px 45px; display: none;}
.cooperation .cmBlock1 .block1 .txtTab .t .t1 { font-size: 22px; color: #807c70; height: 30px; line-height: 30px; overflow: hidden; }
.cooperation .cmBlock1 .block1 .txtTab .t .t2 { font-size: 16px; border-bottom: 1px solid #807c70; padding-bottom: 5px; height: 20px; line-height: 20px; overflow: hidden; }
.cooperation .cmBlock1 .block1 .txtTab .t .t3 { font-size: 14px; margin:5px 0; height: 56px; line-height: 28px; overflow: hidden; }
.cooperation .cmBlock1 .block1 .txtTab .t .t4 { text-align: right; margin-top: 10px; }
.cooperation .cmBlock1 .block1 .lmMore { display: inline-block; width: 128px; text-align: center; }
.cooperation .cmBlock1 .block1 .lmMore a { display: inline-block; width: 128px; height: 26px; line-height: 26px; background: #c09780; border-radius: 100px; font-size: 12px; color: #fff; }
.cooperation .cmBlock1 .block1 .lmMore a:hover { background: #c00; }
.cooperation .cmBlock1 .block1 .txtTab .t.showBox { display: block; }

/**/
.investment {}
.investment .wrapper { width: 1000px; }
.investment .cmBlock1Bg {}
.investment .cmBlock1 {}
.investment .cmBlock1 .cmTab { margin-top: 25px; height: 60px; margin-bottom: 35px; }
.investment .cmBlock1 .cmTab ul { width: 110%; }
.investment .cmBlock1 .cmTab ul li { float: left; width: 290px; height: 60px; line-height: 60px; margin-right: 65px; background: #808080; text-align: center; }
.investment .cmBlock1 .cmTab ul li a { display: block; height: 60px; font-size: 30px; color: #fff; }
.investment .cmBlock1 .cmTab ul li a:hover { background: #c09780; }
.investment .cmBlock1 .cmTab ul li span.current { background: #c09780; position: relative; display: block; }
.investment .cmBlock1 .cmTab ul li span.current:before { content: ""; display: block; position: absolute; top: 45px; left: 50%; margin-left: -30px; }
.investment .cmBlock1 .cmTab ul li span.current:before{
width: 0px; height: 0px; 
border:30px solid #c09780; border-color:#c09780 transparent transparent transparent;
}
.investment .cmBlock1 .block1 {}
.investment .cmBlock1 .block1 ul {}
.investment .cmBlock1 .block1 ul li {margin:10px 0;height: 60px;background: #f3f3f3;overflow: hidden;}
.investment .cmBlock1 .block1 ul li .date { text-align: center; font-size: 12px; float: left; width: 60px; height: 60px; line-height: 20px; background: #b4b4b4; color: #fff; }
.investment .cmBlock1 .block1 ul li .date span { font-size: 30px; display: block; margin:0 5px; border-bottom: 1px solid #fff; width: 50px; height: 36px; line-height: 36px; text-align: center; }
.investment .cmBlock1 .block1 ul li .tips { font-family: "simsun"; float: right; width: 60px; height: 60px; line-height: 60px; border-left:3px solid #fff; text-align: center; font-size: 40px; color: #b4b4b4; }
.investment .cmBlock1 .block1 ul li .tit {width: 830px;float: left;font-size: 20px;height: 60px;line-height: 30px;margin: 0px 20px;overflow: hidden;display: table;}
.investment .cmBlock1 .block1 ul li .tit span {
    vertical-align: middle;
    display: table-cell;
}

.investment .cmBlock1 .block1 ul li a { display: block; height: 60px; }
.investment .cmBlock1 .block1 ul li:hover .date { background: #c09780; }
.investment .cmBlock1 .block1 ul li:hover .tips { color: #c09780; }

/**/
.contact {}
.contact .wrapper { width: 910px; }
.contact .cmBlock1Bg { padding:60px 0; }
.contact .cmBlock1 { color: #808080; }
.contact .cmBlock1 .block1 { float: left; width: 910px; height: 5px; margin-bottom: 30px; border-bottom: 1px solid #8c8c8c; }
.contact .cmBlock1 .block2 { float: left; width: 400px; }
.contact .cmBlock1 .block2 .cmT2 { font-size: 47px; line-height: 55px; margin-top: 125px;}
.contact .cmBlock1 .block2 .cmT3 { font-size: 40px; line-height: 50px;}

.contact .cmBlock1 .block3 { float: right; width: 480px; }
.contact .cmBlock1 .block3 dl {}
.contact .cmBlock1 .block3 dl dd { margin-bottom: 20px; line-height: 28px; font-size: 18px; }
.contact .cmBlock1 .block3 dl dd:nth-last-child(1) { margin-bottom: 0; }




/**/
#cm1,#cm2 { display: none;}
.btnClose { z-index: 9999; position: fixed; top: 40px; left: 50%; margin-left: 455px; width: 30px; height: 30px; background: url("../skin/btnClose.png") no-repeat; cursor: pointer; }
.btnClose:hover { opacity: 0.5; }
.returnTop { z-index: 9999; position: fixed; bottom: 40px; left: 50%; margin-left: 455px; width: 30px; height: 100px; background: url("../skin/returnTop.png") no-repeat; cursor: pointer; }
.returnTop:hover { opacity: 0.5; }
.cmDataBox { overflow: auto; position: fixed; top: 0px; left:0; width: 100%; height: 100%; z-index: 9998; background: rgba(255,255,255,0.9); }
.cmDataBox .bg { position:fixed; top: 0; left: 0; width: 100%; height: 100%; }
.cmDataBox .DataBox {  color: #fff; position: absolute; top: 0px; left:50%; margin-left: -540px; width: 800px; padding:110px 140px; background: rgba(128,124,112,0.9) no-repeat; }
.cmDataBox .loadingTxt { text-align: center; }

.ajaxNews {}
.ajaxNews .cmT3 { font-size: 30px; line-height: 40px; font-weight: bold; padding:25px 0; border-bottom: 1px solid #ddd; margin-top: 20px; }
.ajaxNews .cmDate { line-height: 40px; text-align: right; font-size: 21px; color: #d1d0cf;}
.ajaxNews .content { line-height: 28px; font-size: 14px; }
.ajaxNews .content *{
	color: #fff !important;
}
/*.ajaxNews .content p { margin:30px 0; }*/
.ajaxNews .content img,video { margin:auto; max-width: 100%; }

.ajaxNews .content video { width: 100%; }

.ajaxCases { }
.ajaxCases .cmT1 { font-size: 170px; line-height: 170px; }
.ajaxCases .cmT2 { font-size: 60px; line-height: 60px; }
.ajaxCases .cmT3 { font-size: 30px; font-weight: bold; line-height: 40px; padding:20px 0; border-bottom: 1px solid #fff; margin-top: 20px; }
.ajaxCases .cmT4 { font-size: 20px; font-weight: bold; line-height: 40px; padding:20px 0; font-weight: bold; }
.ajaxCases .content { line-height: 30px; font-size: 16px; overflow: hidden; }
.ajaxCases .content *{
	color: #fff !important;
}
/*.ajaxCases .content p { margin:30px 0; }*/
.ajaxCases .content img { margin:auto; max-width: 100%; }
.ajaxCases .content .tit { font-size: 26px; font-weight: bold; margin:40px 0; }
.ajaxCases .content ul { width: 110%; border-bottom: 1px solid #818181; padding: 40px 0; }
.ajaxCases .content ul:after { content: ""; display: block; clear: both; }
.ajaxCases .content ul li { float: left; width: 200px; height: 530px; padding-right: 45px; margin-right: 45px; border-right: 1px solid #818181; }
.ajaxCases .content ul li dl {}
.ajaxCases .content ul li dl dt { font-size: 26px; font-weight: bold; margin:40px 0; }
.ajaxCases .content ul li dl dd { font-size: 19px; margin-bottom: 30px; line-height: 33px; }


hr { height: 3px; border:none; border-bottom: 1px solid #fff; }

.ajaxCases2 {}
.ajaxCases2 .cmT1 { font-size: 170px; line-height: 170px; }
.ajaxCases2 .cmT2 { font-size: 60px; line-height: 60px; }
.ajaxCases2 .cmT3 { font-size: 30px; font-weight: bold; line-height: 60px; padding:20px 0; border-bottom: 1px solid #fff; margin-top: 20px; }
.ajaxCases2 .content { line-height: 30px; font-size: 18px; }
.ajaxCases2 .content *{
	color: #fff !important;
}
/*.ajaxCases2 .content p { margin:30px 0; }*/
.ajaxCases2 .content img { margin:auto; max-width: 100%; }
/*.ajaxCases2 .content .T { font-size: 26px; font-weight: bold; margin-top: 20px; }*/
.ajaxCases2 .hd { margin-top: 30px; }
.ajaxCases2 .hd .tw { position: relative; }
.ajaxCases2 .hd .tw .img,
.ajaxCases2 .hd .tw .img img { width: 800px; height: 440px; }
.ajaxCases2 .hd .tw .tit { color: #fff; position: absolute; bottom:0px; left: 0px; width: 94%; padding:0 3%; height: 40px; line-height: 40px; text-align: center; background: rgba(0,0,0,0.7) }
.ajaxCases2 .hd .leftBtn { cursor: pointer; font-size: 50px; font-family: "simsun"; z-index: 99; position: absolute; top: 50%; margin-top: -40px; left: 0px; width: 50px; height: 80px; line-height: 80px; text-align: center; color: #fff; }
.ajaxCases2 .hd .rightBtn { cursor: pointer; font-size: 50px; font-family: "simsun";z-index: 99; position: absolute; top: 50%; margin-top: -40px; right: 0px; width: 50px; height: 80px; line-height: 80px; text-align: center; color: #fff;}
.ajaxCases2 .hd .leftBtn:hover,
.ajaxCases2 .hd .rightBtn:hover { opacity:0.5; }


#casesNews .cmTabTit { width: 900px; height: 60px; margin-bottom: 40px;  }
#casesNews .cmTabTit span { cursor: pointer; position: relative; float: left; width: 210px; height: 60px; line-height: 60px; background: #b5b5b5; color: #fff; font-size: 30px; text-align: center; margin-right:85px; }
#casesNews .cmTabTit span.current { background: #c09780; }
#casesNews .cmTabTit span.current:before { content: ""; display: block; position: absolute; top: 45px; left: 50%; margin-left: -30px; z-index: 99999; }
#casesNews .cmTabTit span.current:before{
width: 0px; height: 0px; 
border:30px solid #c09780; border-color:#c09780 transparent transparent transparent;
}
#casesNews .cmTabTit span a { color: #fff; display: block; height: 60px; }
#casesNews .cmTabTit span a:hover {background: #c09780;}

.ajaxCases3 {}
.ajaxCases3 .cmT1 { font-size: 170px; line-height: 170px; }
.ajaxCases3 .cmT2 { font-size: 60px; line-height: 60px; }
.ajaxCases3 .hang { position: relative; height: 60px;  border-bottom: 1px solid #fff; }
.ajaxCases3 .cmT3 { float: left; font-size: 30px; font-weight: bold; line-height: 60px;  }
.ajaxCases3 span.title2 { float: right; font-size: 22px; font-weight: bold; line-height: 60px; }
.ajaxCases3 .content { line-height: 30px; font-size: 18px; }
.ajaxCases3 .content *{
	color: #fff !important;
}
/*.ajaxCases3 .content p { margin:30px 0; }*/
.ajaxCases3 .content img { margin:auto; max-width: 100%; }
/*.ajaxCases3 .content .T { font-size: 26px; font-weight: bold; margin-top: 20px; }*/
.ajaxCases3 .content .data4 { margin-bottom: 100px; }
.ajaxCases3 .hd { margin-top: 30px; }
.ajaxCases3 .hd .tw { position: relative; }
.ajaxCases3 .hd .tw .img,
.ajaxCases3 .hd .tw .img img { width: 800px; height: 440px; }
.ajaxCases3 .hd .tw .tit { color: #fff; position: absolute; bottom:0px; left: 0px; width: 94%; padding:0 3%; height: 40px; line-height: 40px; text-align: center; background: rgba(0,0,0,0.7) }
.ajaxCases3 .hd .leftBtn { cursor: pointer; font-size: 50px; font-family: "simsun"; z-index: 99; position: absolute; top: 50%; margin-top: -40px; left: 0px; width: 50px; height: 80px; line-height: 80px; text-align: center; color: #fff; }
.ajaxCases3 .hd .rightBtn { cursor: pointer; font-size: 50px; font-family: "simsun";z-index: 99; position: absolute; top: 50%; margin-top: -40px; right: 0px; width: 50px; height: 80px; line-height: 80px; text-align: center; color: #fff;}
.ajaxCases3 .hd .leftBtn:hover,
.ajaxCases3 .hd .rightBtn:hover { opacity:0.5; }

.ajaxAssets1 {}
.ajaxAssets1 .cmT1 { font-size: 170px; line-height: 170px; }
.ajaxAssets1 .cmT2 { font-size: 60px; line-height: 60px; }
.ajaxAssets1 .cmT3 { font-size: 30px; font-weight: bold; line-height: 60px; padding:20px 0; border-bottom: 1px solid #fff; margin-top: 20px; }

.ajaxAssets1 .content { line-height: 30px; font-size: 18px; }
.ajaxAssets1 .content *{
	color: #fff !important;
}
.ajaxAssets1 .content p { margin:30px 0; }
.ajaxAssets1 .content img { margin:auto; max-width: 100%; }
.ajaxAssets1 .content .T { font-size: 26px; font-weight: bold; margin-top: 20px; }
.ajaxAssets1 .content .data3 { padding-top: 30px; }
.ajaxAssets1 .content .data3 .title { font-weight: bold; margin-bottom: 30px; }
.ajaxAssets1 .content .data3 .jianjie {}
.ajaxAssets1 .content .data3 .hd { position: relative; background: #d1d0cf; margin-bottom: 40px; }
.ajaxAssets1 .content .data3 .hd img { width: 254px; height: 168px; padding:6px; background: #d1d0cf; }
.ajaxAssets1 .content .data3 .hd .leftBtn { cursor: pointer; font-size: 50px; font-family: "simsun"; z-index: 99; position: absolute; top: 50%; margin-top: -40px; left: 0px; width: 50px; height: 80px; line-height: 80px; text-align: center; color: #fff; }
.ajaxAssets1 .content .data3 .hd .rightBtn { cursor: pointer; font-size: 50px; font-family: "simsun";z-index: 99; position: absolute; top: 50%; margin-top: -40px; right: 0px; width: 50px; height: 80px; line-height: 80px; text-align: center; color: #fff;}
.ajaxAssets1 .content .data3 .hd .leftBtn:hover,
.ajaxAssets1 .content .data3 .hd .rightBtn:hover { opacity:0.5; }

.ajaxAssets2 {}
.ajaxAssets2 .cmT1 { font-size: 170px; line-height: 170px; }
.ajaxAssets2 .cmT2 { font-size: 60px; line-height: 60px; }
.ajaxAssets2 .cmT3 { font-size: 30px; font-weight: bold; line-height: 60px; padding:20px 0; border-bottom: 1px solid #fff; margin-top: 20px; }

.ajaxAssets2 .content { line-height: 30px; font-size: 18px; }
.ajaxAssets2 .content *{
	color: #fff !important;
}
.ajaxAssets2 .content p { margin:30px 0; }
.ajaxAssets2 .content img { margin:auto; max-width: 100%; }
.ajaxAssets2 .content .T { font-size: 26px; font-weight: bold; margin-top: 20px; }
.ajaxAssets2 .content .data3 { padding-top: 30px; }
.ajaxAssets2 .content .data3 .title { font-weight: bold; margin-bottom: 30px; }
.ajaxAssets2 .content .data3 .jianjie {}
.ajaxAssets2 .content .data3 .hd { position: relative; background: #d1d0cf; margin-bottom: 40px; }
.ajaxAssets2 .content .data3 .hd img { width: 254px; height: 168px; padding:6px; background: #d1d0cf; }
.ajaxAssets2 .content .data3 .hd .leftBtn { cursor: pointer; font-size: 50px; font-family: "simsun"; z-index: 99; position: absolute; top: 50%; margin-top: -40px; left: 0px; width: 50px; height: 80px; line-height: 80px; text-align: center; color: #fff; }
.ajaxAssets2 .content .data3 .hd .rightBtn { cursor: pointer; font-size: 50px; font-family: "simsun";z-index: 99; position: absolute; top: 50%; margin-top: -40px; right: 0px; width: 50px; height: 80px; line-height: 80px; text-align: center; color: #fff;}
.ajaxAssets2 .content .data3 .hd .leftBtn:hover,
.ajaxAssets2 .content .data3 .hd .rightBtn:hover { opacity:0.5; }


.ajaxAssets3 {}
.ajaxAssets3 .cmT1 { font-size: 170px; line-height: 170px; }
.ajaxAssets3 .cmT2 { font-size: 60px; line-height: 60px; }
.ajaxAssets3 .cmT3 { font-size: 30px; font-weight: bold; line-height: 60px; padding:20px 0; border-bottom: 1px solid #fff; margin-top: 20px; }

.ajaxAssets3 .content { line-height: 30px; font-size: 18px; }
.ajaxAssets3 .content *{
	color: #fff !important;
}
.ajaxAssets3 .content p { margin:30px 0; }
.ajaxAssets3 .content img { margin:auto; max-width: 100%; }
.ajaxAssets3 .content .T { font-size: 26px; font-weight: bold; margin-top: 20px; }
.ajaxAssets3 .content .data3 { padding-top: 30px; }
.ajaxAssets3 .content .data3 .title { font-weight: bold; margin-bottom: 30px; }
.ajaxAssets3 .content .data3 .jianjie {}
.ajaxAssets3 .content .data3 .hd { position: relative; background: #d1d0cf; margin-bottom: 40px; }
.ajaxAssets3 .content .data3 .hd img { width: 254px; height: 168px; padding:6px; background: #d1d0cf; }
.ajaxAssets3 .content .data3 .hd .leftBtn { cursor: pointer; font-size: 50px; font-family: "simsun"; z-index: 99; position: absolute; top: 50%; margin-top: -40px; left: 0px; width: 50px; height: 80px; line-height: 80px; text-align: center; color: #fff; }
.ajaxAssets3 .content .data3 .hd .rightBtn { cursor: pointer; font-size: 50px; font-family: "simsun";z-index: 99; position: absolute; top: 50%; margin-top: -40px; right: 0px; width: 50px; height: 80px; line-height: 80px; text-align: center; color: #fff;}
.ajaxAssets3 .content .data3 .hd .leftBtn:hover,
.ajaxAssets3 .content .data3 .hd .rightBtn:hover { opacity:0.5; }

.ajaxAssets1 .cmT3 { padding-left: 45px; background: url("../skin/e1.png") no-repeat left center; }
.ajaxAssets2 .cmT3 { padding-left: 45px; background: url("../skin/e2.png") no-repeat left center; }
.ajaxAssets3 .cmT3 { padding-left: 45px; background: url("../skin/e3.png") no-repeat left center; }

.ajaxCooperation {}
.ajaxCooperation .cmT1 { font-size: 170px; line-height: 170px; }
.ajaxCooperation .cmT2 { font-size: 60px; line-height: 60px; }
.ajaxCooperation .cmT3 { font-size: 40px; line-height: 40px; padding:10px 0; margin-top: 20px; }
.ajaxCooperation .cmT4 { font-size: 26px; padding:30px 0; padding-top: 20px; border-bottom: 1px solid #ddd;}
.ajaxCooperation .content { line-height: 30px; font-size: 16px; }
.ajaxCooperation .content *{
	color: #fff !important;
}
/*.ajaxCooperation .content p { margin:30px 0; }*/
.ajaxCooperation .content img { margin:auto; max-width: 100%; }

.notice-a{
  line-height: 45px;
}
.notice-span{
  font-size: 16px;
  line-height: 0;
}
.investment .cmBlock1 .cmTab ul li a{
  font-size: 20px;
}
.investment .cmBlock1 .cmTab ul li{
  width: 225px;
  margin-right: 33px;
}
.investment .cmBlock1 .cmTab ul li span.current:before{
  border: 25px solid rgb(192, 151, 128);
  top: 54px;
  margin-left: -25px;
  border-color: rgb(192, 151, 128) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}















